home *** CD-ROM | disk | FTP | other *** search
- object Source: TSource
- Left = 219
- Top = 165
- BorderStyle = bsDialog
- Caption = 'Source'
- ClientHeight = 150
- ClientWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 10
- Width = 37
- Height = 13
- Caption = 'Source:'
- end
- object Label2: TLabel
- Left = 16
- Top = 68
- Width = 28
- Height = 13
- Caption = 'Page:'
- end
- object Label3: TLabel
- Left = 16
- Top = 92
- Width = 42
- Height = 13
- Caption = 'Quantity:'
- end
- object Memo1: TMemo
- Left = 64
- Top = 8
- Width = 281
- Height = 52
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 64
- Top = 64
- Width = 57
- Height = 21
- MaxLength = 5
- TabOrder = 1
- end
- object Button1: TButton
- Left = 177
- Top = 116
- Width = 81
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 265
- Top = 116
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Edit2: TEdit
- Left = 64
- Top = 88
- Width = 57
- Height = 21
- MaxLength = 3
- TabOrder = 4
- end
- end
-